home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / lack.zoo / gemlib / aesparams.c < prev    next >
Encoding:
Text File  |  1993-10-31  |  175 b   |  8 lines

  1. typedef struct aesparams AESP;
  2. int _user_aes(unsigned long);
  3.  
  4. AESP *_aesparams;
  5. #ifdef  __NO_GCC_INLINE__
  6. int (*__aes__)(unsigned long coded_control)=_user_aes;
  7. #endif
  8.